home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7527 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  953 b 

  1. Path: god.bel.alcatel.be!usenet
  2. From: Evert de Vos <vosev@sh.bel.alcatel.be>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: alloca() on Amiga?
  5. Date: Thu, 18 Apr 1996 13:09:38 +0200
  6. Organization: Alcatel/Bell
  7. Message-ID: <317622F2.794BDF32@sh.bel.alcatel.be>
  8. References: <2720tdg60.alamito@marketgraph.xs4all.nl> <4k1oce$lub@blackice.winternet.com> <DpE7Ip.7or@unx.sas.com> <393brdv60.alamito@marketgraph.xs4all.nl> <4l59du$bdo@enterprise.netserv.chula.ac.th>
  9. NNTP-Posting-Host: btk048.bsg.bel.alcatel.be
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (X11; I; SunOS 4.1.3_U1 sun4m)
  14.  
  15. : Is there a nice way to get a working alloca() function for the Amiga?
  16. : It is present on all PC and Unix C implementations, but not on the Amiga.
  17. : (it allocates mem from the stack, automatically freeing it upon return
  18. : from subroutine).
  19.  
  20. Why not just declare local variables for this purpose?
  21.